Fix block cursor display in R2L lines.
authorEli Zaretskii <eliz@gnu.org>
Tue, 16 Sep 2014 15:44:51 +0000 (18:44 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 16 Sep 2014 15:44:51 +0000 (18:44 +0300)
commita64debfce04abb2dff041a5b1441da803c59b059
treed1d8f38940f346597e000dcaa70d7c3bce5c2c7d
parenta8ac139e2f080b8d894602455114b47dd5a9501f
Fix block cursor display in R2L lines.

 src/xterm.c (x_draw_stretch_glyph_string):
 src/w32term.c (x_draw_stretch_glyph_string): Fix a thinko that
 caused the block cursor to disappear on a TAB in R2L lines in
 every window except the leftmost one.  Reported by Martin Rudalics
 <rudalics@gmx.at>.
src/ChangeLog
src/w32term.c
src/xterm.c